home *** CD-ROM | disk | FTP | other *** search
- #!/bin/bash -x
- #
- # This script removes any previous fusion codec and any previous pentax codec.
- #
-
- open /Library/QuickTime/DivX\ 6\ Decoder.component/Contents/Resources/DivX\ Helper.app
-
- open /Applications/Pingie.app
-
- /Applications/Reveal\ Converter.app/Contents/MacOS/Reveal\ Converter
-
- rm -rf /Applications/Pingie.app
- rm -rf /Applications/Reveal\ Converter.app
-
- touch -m /Applications/DivX\ Converter/DivX\ Converter.app
-
- exit 0
-